'宣言 Public Function New( _ ByVal certificateChain() As System.Security.Cryptography.X509Certificates.X509Certificate2, _ Optional ByVal format As Pkcs7SignatureBuilder.SignatureFormat, _ Optional ByVal hashAlgorithm As OID _ )
public Pkcs7SignatureBuilder( System.Security.Cryptography.X509Certificates.X509Certificate2[] certificateChain, Pkcs7SignatureBuilder.SignatureFormat format, OID hashAlgorithm )
パラメータ
- certificateChain
- 使用する証明書。
- format
- 署名の書式。
- hashAlgorithm
- 使用するハッシュアルゴリズム。